From d8a6f8404bc71d176fe8881d752ea2bc647cf50e Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 6 Apr 2006 06:04:16 +0000 Subject: [PATCH] More symbol changes in prep for autoconf. --- coastexp.c | 2 +- ignrando.c | 4 ++-- jeeps/gpslibusb.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coastexp.c b/coastexp.c index f5e2fa707..a361e4381 100755 --- a/coastexp.c +++ b/coastexp.c @@ -18,7 +18,7 @@ */ #include "defs.h" -#if !NO_EXPAT +#if HAVE_LIBEXPAT #include "xmlgeneric.h" #include static XML_Parser psr; diff --git a/ignrando.c b/ignrando.c index 2c869f422..152e686c6 100644 --- a/ignrando.c +++ b/ignrando.c @@ -27,7 +27,7 @@ #include "defs.h" #include "xmlgeneric.h" -#if !NO_EXPAT +#if HAVE_LIBEXPAT #include #endif @@ -69,7 +69,7 @@ xg_tag_mapping ignr_xml_map[] = { NULL, 0, NULL } }; -#if NO_EXPAT +#if ! HAVE_LIBEXPAT static void ignr_rd_init(const char *fname) diff --git a/jeeps/gpslibusb.c b/jeeps/gpslibusb.c index 7c568a7a0..f3d94e63b 100644 --- a/jeeps/gpslibusb.c +++ b/jeeps/gpslibusb.c @@ -1,4 +1,4 @@ -#if !defined(NO_USB) +#if HAVE_LIBUSB /* Physical/OS USB layer to talk to libusb. @@ -255,4 +255,4 @@ void garmin_usb_scan(void) } } -#endif /* !defined(NO_USB) */ +#endif /* HAVE_LIBUSB */ -- 2.30.2